pp108 : checkAllRows() Method

checkAllRows() Method


This method checks or unchecks all rows.

To be able to check or uncheck a row, you must set theuseCheckboxesproperty toTrue. This method executes theoncheckrowevent for each row.

Syntax


xgridId.checkAllRows( bSelect )

Parameters

Parameter Description
bSelect Boolean; required. Set to
True to check all rows. Set to
False to uncheck all rows.


Return Value


No return value.

Remark


Special consideration must be given to large datasets. Although checking 10,000 rows may be quick, processing actions over large number of checked rows can be time consuming.

See Also


xgrid, onrowcheck